home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / babydos / keyboard < prev    next >
Text File  |  1994-06-08  |  3KB  |  52 lines

  1.  
  2.                HOW TO CHANGE THE KEYBOARD KEYS
  3.              Using the F Function Keys (F1 to F10)
  4.  
  5.         REDEFINING KEYS
  6.         Redefining keys means changing the content of the key
  7.         to represent something different from the function assigned
  8.         to that key: For example, you can change the F1 function key
  9.         (top row) to mean Copy, Format, or anything you like. The
  10.         name of the key will still be F1, but you have changed the
  11.         contents of F1 so that when you strike the F1 key it may Copy
  12.         a file, Format a disk, or something else.
  13.  
  14.         Redefining keys is a good way  of putting commands in
  15.         keys that you don't use and make them a super Speed-key that
  16.         uses only one keystroke. Most Macros use the F keys first, then
  17.         a combination then the Alt-F keys and Shift-F keys.
  18.  
  19.     
  20.             EVERY KEY ON THE KEYBOARD HAS A CODE NUMBER
  21.  
  22.         By using the number (called a Scan Code) corresponding
  23.         to the key you can change the content (assignment) of that
  24.         key. The keyboard Scan Code for the F1 key is 0;59, F2 is 0;60,
  25.         F3 is 0;61 and so forth to F10 which is 0;68.
  26.         Table 1 is a list of redefinition code numbers (scan codes)
  27.         to be used in redefining the F keys and combinations of F keys.
  28.   
  29.                      TABLE OF KEY CODES
  30.                                                                 
  31.         F-Key Code   SHIFT-F  CODE   CTRL-F   CODE     ALT-F  CODE
  32.  
  33.         F1    0;59   SH-F1   0;84   Ctrl-F1  0;94   Alt-F1   0;104
  34.         F2    0;60   SH-F2   0;85   Ctrl-F2  0;95   Alt-F2   0;105
  35.         F3    0;61   SH-F3   0;86   Ctrl-F3  0;96   Alt-F3   0;106
  36.         F4    0;62   SH-F4   0;87   Ctrl-F4  0;97   Alt-F4   0;107
  37.         F5    0;63   SH-F5   0;88   Ctrl-F5  0;98   Alt-F5   0;108
  38.  
  39.         F6    0;64   SH-F6   0;89   Ctrl-F6  0;99   Alt-F6   0;109
  40.         F7    0;65   SH-F7   0;90   Ctrl-F7  0;100  Alt-F7   0;110
  41.         F8    0;66   SH-F8   0;91   Ctrl-F8  0;101  Alt-F8   0;111
  42.         F9    0;67   SH-F9   0;92   Ctrl-F9  0;102  Alt-F9   0;112
  43.         F10   0;68   SH-F10  0;93   Ctrl-F10 0;103  Alt-F10  0;113
  44.                                                      
  45.         F11  0;133   SH-F11  0;135  Ctrl-F11 0;137  Alt-F11  0;139
  46.         F12  0;134   SH-F12  0;136  Ctrl-F12 0;138  Alt F12  0;140
  47.  
  48.         Home Key 0;71      Down Arrow 0;80       Up Arrow 0;72
  49.  
  50.          Refer to Chapter 5  for complete istructions.
  51.  
  52.